Komunikace s IE (was IE - OLE)
Otázka od: Ing. Igor Kapoun
8. 11. 2004 12:16
Pokousim se porad vysosnout text z IE. Pokud tam nejsou framy,
tak priklad, ktery zaslal Jiri Svoboda jede. Pokud tam ale jsou framy,
mel bych se na jednotlive framy dostat takhle (konkretne pro prvni frame):
var
document: IHTMLDocument2;
ole_index: OleVariant;
frame_dispatch: IDispatch;
begin
document := WebBrowser.Document as IHTMLDocument2;
ole_index := 0;
frame_dispatch := document.Frames.Item(ole_index);
Jenze tedy mi to hlasi chybu 'Clen nebyl nalezen'.
Nevi nekdo, proc?
Igor